home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 9366 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.gate.net!not-for-mail
  2. From: dhaire@gate.net (doug haire)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: DSZ or GSZ Zmodem
  5. Date: 27 Mar 1996 05:04:14 -0500
  6. Organization: CyberGate, Inc.
  7. Message-ID: <4jb3qu$ssq@navajo.gate.net>
  8. References: <Pine.PMDF.3.91.960325232644.508743A-100000@BARRYU.BITNET>
  9. NNTP-Posting-Host: navajo.gate.net
  10. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  11.  
  12. ENRIQUE S. IGNARRA (S0496872%BARRYU.BITNET@VM.ITS.RPI.EDU) wrote:
  13. : Does anyone have either of the above protocols running with telix?
  14. : I can't get either of them to send more than 1 file when uploading.
  15. : Can someone help me out ?
  16.  
  17. You don't say which version of Telix you use... But the easiest way is to 
  18. create a textfile and use that. This textfile method is (not so clearly) 
  19. explained in the DSZ/GSZ documentation.
  20.  
  21. Essentially, the command is:
  22.  
  23. dsz port X speed Y ha [cts|both|slow] sz @[drive:\filename.ext]
  24.  
  25. I use, for example:
  26.  
  27. dszp port 1 speed 115200 ha cts sz -km @c:\file.lst
  28.  
  29. The "-km" says start with 1k blocks and use MobyTurbo mode.
  30. The @ tells DSZ that the next letters are the drive, path, and filename 
  31. of the file containing the list of files to send. The file.lst file would 
  32. have one or more lines that look something like this:
  33.  
  34. c:\commo\up\vde18f.zip
  35.  
  36. The full path to each file should be given in the textfile.
  37.  
  38.  
  39.  
  40.  
  41.